home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / misc / Bomber.lha / Bomber / Sources / sound.h < prev   
Text File  |  1991-11-21  |  128b  |  13 lines

  1. /*
  2.  * sound.h
  3.  *
  4.  */
  5.  
  6. enum {
  7.     SOUND_CLICK = 0,
  8.     SOUND_EXPLOSION,
  9.     SOUND_SIEG,
  10.     SOUND_ANFANG,
  11.     SOUND_HIGHSCORE,
  12.     SOUND_ANZAHL };
  13.